export class CommentWithArticleModel {
  /** id */
  _id: string;
  /** 元記事のモデル */
  articleId: ArticleWithUserModel;