---
title: totalCount
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/anycategoricalsummary/totalcount
---

# totalCount

The total number of elements in the column.

## Declaration

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

## See Also

### Getting Statistical Information

- [noneCount](tabulardata/anycategoricalsummary/nonecount.md)
- [someCount](tabulardata/anycategoricalsummary/somecount.md)
- [uniqueCount](tabulardata/anycategoricalsummary/uniquecount.md)
