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