class CatgoryModel { final String title; final int articleCount; const CatgoryModel( this.title, this.articleCount ); }