Items
data class Items(val id: String, val title: String, val list: List<EchoMediaItem>, val subtitle: String? = null, val type: Shelf.Lists.Type = Type.Linear, val more: Feed<Shelf>? = null, val extras: Map<String, String> = mapOf()) : Shelf.Lists<EchoMediaItem>
Represents a list of EchoMediaItem.