@jellyfin/sdk
    Preparing search index...

    Interface LibraryApiGetItemCountsRequest

    Request parameters for getItemCounts operation in LibraryApi.

    LibraryApiGetItemCountsRequest

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

    Properties

    Properties

    isFavorite?: boolean

    Optional. Get counts of favorite items.

    LibraryApiGetItemCounts

    userId?: string

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

    LibraryApiGetItemCounts