# `NSArray countOfObjects(options:matching:)`

*Instance Method*

## Declaration

```swift
func countOfObjects(options: NSEnumerationOptions = [], matching filterBlock: ((Any?) -> Bool)!) -> UInt
```

