Presentation
data class Presentation(val items: List<Carousel.PresentedItem>, val supplementalViews: List<View> = emptyList())(source)
Defines the list of data items to display in a Carousel as well as a list of supplemental Views the Carousel should present.