MimiPagedItems

interface MimiPagedItems<T>

A collection of paginated items that are returned from the Mimi backend.

Important: This interface is not stable for inheritance, as new methods may be added, but is stable for use.

Properties

Link copied to clipboard
abstract val items: List<T>

The items of the returned page.

Link copied to clipboard
abstract val page: Int

The page containing the items.

Link copied to clipboard
abstract val total: Int

Total number of items across all pages.