---
title: count
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturesynchronizeddatacollection/count
---

# count

The number of synchronized data objects in the collection.

## Declaration

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

## See Also

### Accessing synchronized data

- [synchronizedData(for:)](avfoundation/avcapturesynchronizeddatacollection/synchronizeddata(for:).md)
- [subscript(_:)](avfoundation/avcapturesynchronizeddatacollection/subscript(_:).md)
