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