1/// Summary of cached items for `spotify-cli cache status`. 2#[derive(Debug, Clone)] 3pub struct CacheStatus { 4 pub root: String, 5 pub device_count: usize, 6 pub playlist_count: usize, 7}