#[derive(Clone, Debug, Deserialize)] pub struct List { id: String, title: String, }