---
title: "execute(count:)"
framework: corespotlight
role: symbol
role_heading: Instance Method
path: "corespotlight/customstage/execute(count:)"
---

# execute(count:)

## Declaration

```swift
nonisolated(nonsending) func execute(count: Int) async throws -> SearchPipelineData
```

## See Also

### Performing the stage behavior

- [execute(items:)](corespotlight/customstage/execute(items:).md)
- [execute(scoredItems:)](corespotlight/customstage/execute(scoreditems:).md)
- [execute(text:)](corespotlight/customstage/execute(text:).md)
- [execute(groupedItems:)](corespotlight/customstage/execute(groupeditems:).md)
- [execute(statisticName:value:)](corespotlight/customstage/execute(statisticname:value:).md)
- [execute(table:)](corespotlight/customstage/execute(table:).md)
