# HasItems<!-- -->

Structural contract for a single page of results from a paginated API endpoint.

Implementations must expose `items`. They may optionally expose `count` — the number of items scanned by the API for this page, which can exceed `len(items)` when filters drop items from the response. The iterator helpers consult `count` opportunistically via `getattr` for offset bookkeeping and fall back to `len(items)` when it is absent.

## Index[**](#Index)

### Properties

* [**items](https://docs.apify.com/api/client/python/api/client/python/reference/class/HasItems.md#items)

## Properties<!-- -->[**](#Properties)

### [**](#items)items

**items: [list](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActorCollectionClient.md#list)\[[T](https://docs.apify.com/api/client/python/api/client/python/reference.md#T)]
