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

# count

The number of values in the dictionary.

## Declaration

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

## Discussion

Discussion note: O(1).
