static Pages fromGraphJson(Map<String, dynamic> json) { return Pages(pageList: _getPageList(json)); }