---
title: "shownItemCount"
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Common

```kotlin
override val shownItemCount: Int by lazyInt(state.shownItemLazyErrorMessage) { state.itemShown }
```

> Source set: Common

```kotlin
override val shownItemCount: Int by lazyInt(state.shownItemLazyErrorMessage) { state.itemShown }
```
