Interface LibraryApiGetItemCountsRequest

Request parameters for getItemCounts operation in LibraryApi.

LibraryApiGetItemCountsRequest

interface LibraryApiGetItemCountsRequest {
    isFavorite?: boolean;
    userId?: string;
}

Properties

Properties

isFavorite?: boolean

Optional. Get counts of favorite items.

LibraryApiGetItemCounts

userId?: string

Optional. Get counts from a specific user's library.

LibraryApiGetItemCounts