---
title: count
framework: swift
role: symbol
role_heading: Instance Property
path: swift/emptycollection/count
---

# count

The number of elements (always zero).

## Declaration

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