---
title: CounterCollection
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/countercollection
---

# CounterCollection

A collection of score counters that can be inspected and modified.

## Declaration

```swift
struct CounterCollection
```

## Topics

### Getting the counter details

- [count](tabletopkit/countercollection/count.md)
- [ids](tabletopkit/countercollection/ids.md)

### Accessing the subscript

- [subscript(_:)](tabletopkit/countercollection/subscript(_:).md)

## See Also

### Score counters

- [ScoreCounter](tabletopkit/scorecounter.md)
