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