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

# count

The number of elements contained within this container.

## Declaration

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

## Discussion

Discussion If the number of elements is unknown, the value is nil.
