---
title: notes
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchfornotebookitemsintentresponse/notes
---

# notes

The notes found by the search.

## Declaration

```swift
var notes: [INNote]? { get set }
```

## Discussion

Discussion When searching for items of type INNotebookItemType.note, put the results of your search in this property. Assign a value to the sortType property that indicates how you sorted the results.

## See Also

### Specifying the Search Results

- [taskLists](intents/insearchfornotebookitemsintentresponse/tasklists.md)
- [tasks](intents/insearchfornotebookitemsintentresponse/tasks.md)
- [sortType](intents/insearchfornotebookitemsintentresponse/sorttype.md)
- [INSortType](intents/insorttype.md)
