---
title: items
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpinformationtemplate/items
---

# items

The items that the template displays.

## Declaration

```swift
var items: [CPInformationItem] { get set }
```

## Discussion

Discussion Assign a new array to this property to update the items that the template displays. The template can display 10 items maximum. If the array contains more items, the template uses only the first 10.

## See Also

### Managing the Items

- [CPInformationItem](carplay/cpinformationitem.md)
- [CPInformationRatingItem](carplay/cpinformationratingitem.md)
