---
title: count
framework: xpc
role: symbol
role_heading: Instance Property
path: xpc/xpcarray/count
---

# count

The number of elements in the array.

## Declaration

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

## See Also

### Inspecting an array

- [isEmpty](xpc/xpcarray/isempty.md)
