Skip to main content

ListPage

apify_shared.models.ListPage

A single page of items returned from a list() method.

Index

Properties

count

count: int

int: Count of the returned objects on this page

desc

desc: bool

bool: Whether the listing is descending or not

items

items: list[T]

list: List of returned objects on this page

limit

limit: int

int: The offset of the first object specified in the API call

offset

offset: int

int: The limit on the number of returned objects offset specified in the API call

total

total: int

int: Total number of objects matching the API call criteria