@ctrl/plex
    Preparing search index...

    Interface LibraryTagItems

    interface LibraryTagItems {
        count?: number;
        filter?: string;
        id?: string | number;
        librarySectionID?: number;
        librarySectionKey?: string;
        librarySectionTitle?: string;
        librarySectionType?: number;
        reason?: string;
        reasonID?: number;
        reasonTitle?: string;
        score?: number;
        tag: string;
        tagKey?: string;
        tagType?: number;
        tagValue?: number;
        thumb?: string;
        type?: string;
        items(): Promise<LibrarySearchItem[]>;
    }

    Implemented by

    Index
    count?: number

    Number of library items with this tag, when Plex provides it.

    filter?: string

    Filter expression Plex uses for this tag.

    id?: string | number

    Tag id.

    librarySectionID?: number

    Library section id this tag belongs to, when scoped.

    librarySectionKey?: string

    Library section key this tag belongs to, when scoped.

    librarySectionTitle?: string

    Library section title this tag belongs to, when scoped.

    librarySectionType?: number

    Numeric Plex section type this tag belongs to, when scoped.

    reason?: string

    Search result reason, when the tag came from a search payload.

    reasonID?: number

    Search result reason id, when Plex provides it.

    reasonTitle?: string

    Search result reason title, when Plex provides it.

    score?: number

    Search score, when the tag came from a search payload.

    tag: string

    Tag title.

    tagKey?: string

    Plex Discover rating key for person tags, when available.

    tagType?: number

    Numeric Plex tag type.

    tagValue?: number

    Numeric Plex tag value, when available.

    thumb?: string

    Tag thumbnail, when available.

    type?: string

    Search result type.