---
title: count
framework: swift
role: symbol
role_heading: Instance Property
path: swift/dictionary/keys-swift.struct/count
---

# count

The number of keys in the dictionary.

## Declaration

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

## Discussion

Discussion note: O(1).
