static Articles fromGraphJson(Map<String, dynamic> json) { return Articles(articleList: _getArticleList(json)); }