---
title: foundSuggestionCount
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/csuserquery/foundsuggestioncount
---

# foundSuggestionCount

The number of suggested items the query found so far.

## Declaration

```swift
var foundSuggestionCount: Int { get }
```

## Discussion

Discussion As the query runs, it updates the value in this property to reflect the total number of suggestions.

## See Also

### Executing the query with handler blocks

- [start()](corespotlight/csuserquery/start().md)
- [cancel()](corespotlight/csuserquery/cancel().md)
- [foundSuggestionsHandler](corespotlight/csuserquery/foundsuggestionshandler.md)
