99dabd3
1 2 3 4 5
#[derive(Debug, Clone, Serialize)] pub struct Photo { pub id: i32, pub path: String, }