#[derive(Debug, Queryable, Serialize, Clone)] pub struct Photo { pub id: i32, pub path: String, }