@jellyfin/sdk
    Preparing search index...

    Interface ItemCounts

    Class LibrarySummary.

    ItemCounts

    interface ItemCounts {
        AlbumCount?: number;
        ArtistCount?: number;
        BookCount?: number;
        BoxSetCount?: number;
        EpisodeCount?: number;
        ItemCount?: number;
        MovieCount?: number;
        MusicVideoCount?: number;
        ProgramCount?: number;
        SeriesCount?: number;
        SongCount?: number;
        TrailerCount?: number;
    }
    Index

    Properties

    AlbumCount?: number

    Gets or sets the album count.

    ItemCounts

    ArtistCount?: number

    Gets or sets the artist count.

    ItemCounts

    BookCount?: number

    Gets or sets the book count.

    ItemCounts

    BoxSetCount?: number

    Gets or sets the box set count.

    ItemCounts

    EpisodeCount?: number

    Gets or sets the episode count.

    ItemCounts

    ItemCount?: number

    Gets or sets the item count.

    ItemCounts

    MovieCount?: number

    Gets or sets the movie count.

    ItemCounts

    MusicVideoCount?: number

    Gets or sets the music video count.

    ItemCounts

    ProgramCount?: number

    Gets or sets the program count.

    ItemCounts

    SeriesCount?: number

    Gets or sets the series count.

    ItemCounts

    SongCount?: number

    Gets or sets the song count.

    ItemCounts

    TrailerCount?: number

    Gets or sets the trailer count.

    ItemCounts