export class CommentResponse {
  private constructor(
    public comment: Comment,
  ) {}