factory GetBlogsResponse.fromJson(Map<String, dynamic> json) => GetBlogsResponse( ok: json["ok"], data: GetBlogsData.fromJson(json["data"]), );