export function validCategory() {
    return { href: 'https://api.spotify.com/v1/browse/categories/toplists',
    icons: 
     [ { height: 275,
         url: 'https://t.scdn.co/media/derived/toplists_11160599e6a04ac5d6f2757f5511778f_0_0_275_275.jpg',
         width: 275 } ],
    id: 'toplists',
    name: 'Top Lists' }
}