Separate configuration for each type of music list: Artists, Albums, Queue... Something like that: ``` javascript grouping: { artists: { artists: 0, albums: 50, songs: 50 }, albums: { albums: 0, songs: 50 } } ```