itemCount
The total number of items, across all sections, in the list.
Declaration
var itemCount: Int { get }Discussion
This value never exceeds maximumItemCount. If you initialize a list where the total number of items, across all sections, is greater than maximumItemCount, CarPlay only displays items up to this limit and discards the rest.