#[derive(Debug, Queryable, Clone)] pub struct PhotoSet { pub id: i32, pub base: i32, pub fullsize: i32, pub thumbnail: i32, pub original: i32, }