use super::NewPhoto; pub struct NewPhotoSet { pub original: NewPhoto, pub fullsize: NewPhoto, pub base: NewPhoto, pub thumbnail: NewPhoto, }