mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00: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
|