pub type PbCommentOnRequest = CommentOnRequest;
struct PbCommentOnRequest { pub comment: Option<Comment>, }
comment: Option<Comment>