1
2
3
4
#[derive(Deserialize, Debug)]
pub struct Meta {
    pub total: f64
}