factory Meta.fromJson(Map<String, dynamic> json) => Meta( pageInfo: PageInfo.fromJson(json["page_info"]), );