export class CommentListResponse {
  private constructor(
    public comments: Comment[],
  ) {}