---
title: count
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlshapedarrayprotocol/count
---

# count

The number of elements in the shaped array’s first dimension.

## Declaration

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

## See Also

### Inspecting a shaped array type

- [shape](coreml/mlshapedarrayprotocol/shape.md)
- [strides](coreml/mlshapedarrayprotocol/strides.md)
- [isScalar](coreml/mlshapedarrayprotocol/isscalar.md)
- [scalarCount](coreml/mlshapedarrayprotocol/scalarcount.md)
- [scalar](coreml/mlshapedarrayprotocol/scalar-swift.property.md)
- [scalars](coreml/mlshapedarrayprotocol/scalars.md)
- [withUnsafeShapedBufferPointer(_:)](coreml/mlshapedarrayprotocol/withunsafeshapedbufferpointer(_:).md)
