---
title: countResultType
framework: coredata
role: symbol
role_heading: Type Property
path: coredata/nsfetchrequestresulttype/countresulttype
---

# countResultType

The request returns the count of the objects that match the request.

## Declaration

```swift
static var countResultType: NSFetchRequestResultType { get }
```

## See Also

### Result Types

- [managedObjectResultType](coredata/nsfetchrequestresulttype/managedobjectresulttype.md)
- [managedObjectIDResultType](coredata/nsfetchrequestresulttype/managedobjectidresulttype.md)
- [dictionaryResultType](coredata/nsfetchrequestresulttype/dictionaryresulttype.md)
