Tracks
data class Tracks(val id: String, val title: String, val list: List<Track>, val subtitle: String? = null, val type: Shelf.Lists.Type = Type.Linear, val more: Feed<Shelf>? = null, val extras: Map<String, String> = mapOf()) : Shelf.Lists<Track>
Represents a list of Track, these will be numbered, otherwise use Items instead.