---
title: count
framework: createmlcomponents
role: symbol
role_heading: Instance Property
path: createmlcomponents/annotatedbatch/count
---

# count

The number of examples in the batch.

## Declaration

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

## Discussion

Discussion This is the first dimension of both features and annotations.

## See Also

### Inspecting an annotated batch

- [annotations](createmlcomponents/annotatedbatch/annotations.md)
- [features](createmlcomponents/annotatedbatch/features.md)
