from json
factory NextResponse.fromJson(Map<String, dynamic> json) => NextResponse( data: Data.fromJson(json["data"]), status: json["status"], );