pub struct Image { pub id: Option, pub mime_type: String, pub data: Vec, }