mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-21 02:41:48 +03:00
15 lines
350 B
YAML
15 lines
350 B
YAML
type: object
|
|
properties:
|
|
currentPage:
|
|
type: integer
|
|
format: int32
|
|
description: The current page in the collection
|
|
totalPages:
|
|
type: integer
|
|
format: int32
|
|
description: The total number of pages in the collection
|
|
totalItems:
|
|
type: integer
|
|
format: int32
|
|
description: The total number of items in the collection
|