---
title: items
framework: journalingsuggestions
role: symbol
role_heading: Instance Property
path: journalingsuggestions/journalingsuggestion/items
---

# items

The individual items that compose the suggestion’s content.

## Declaration

```swift
let items: [JournalingSuggestion.ItemContent]
```

## Mentioned in

Presenting the suggestions picker and processing a selection

## See Also

### Accessing suggestion data by type

- [JournalingSuggestion.ItemContent](journalingsuggestions/journalingsuggestion/itemcontent.md)
- [content(forType:)](journalingsuggestions/journalingsuggestion/content(fortype:).md)
