#[derive(Debug, Clone)] pub struct ScheduleDay { pub date: String, pub service_id: String, }