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