CollectionsFilterPage

data class CollectionsFilterPage(val collectionCount: Int, val currentPageCount: Int, val maxPageCount: Int, val collectionBlurbs: List<CollectionBlurb>)

Constructors

Link copied to clipboard
constructor(collectionCount: Int, currentPageCount: Int, maxPageCount: Int, collectionBlurbs: List<CollectionBlurb>)

Properties

Link copied to clipboard

Summary blurbs of the collections matching the filter arguments. As the results are paginated, this will only retrieve the blurbs corresponding to the page specified in the corresponding request.

Link copied to clipboard

Number of collections matching the filter arguments in the corresponding request.

Link copied to clipboard
Link copied to clipboard