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