The Articles from graph json
Articles
factory Articles.fromGraphJson(Map<String, dynamic> json) => Articles(articleList: _getArticleList(json));