useserde::{Deserialize, Serialize};#[derive(Debug, Serialize, Deserialize, Clone)]pubstructPhoto{// Define the fields that represent a place photo
#[serde(rename ="photo_reference")]pubid: String,
pubheight:u32,
pubwidth:u32,
pubhtml_attributions:Vec<String>,
}