export class ArticleListResponse {
  private constructor(
    public articles: Article[],
    public articlesCount: number,
  ) {}