@ctrl/plex
    Preparing search index...

    Interface PhotoalbumData

    interface PhotoalbumData {
        addedAt?: string | number;
        art?: string;
        composite?: string;
        Field?: { locked?: string | number | boolean; name: string }[];
        guid?: string;
        Image?: { alt?: string; type?: string; url?: string }[];
        index?: string | number;
        key: string;
        lastRatedAt?: string | number;
        librarySectionID?: string | number;
        librarySectionKey?: string;
        librarySectionTitle?: string;
        ratingKey?: string | number;
        summary?: string;
        thumb?: string;
        title: string;
        titleSort?: string;
        type: "photo";
        updatedAt?: string | number;
        userRating?: string | number;
    }
    Index
    addedAt?: string | number
    art?: string
    composite?: string
    Field?: { locked?: string | number | boolean; name: string }[]
    guid?: string
    Image?: { alt?: string; type?: string; url?: string }[]
    index?: string | number
    key: string
    lastRatedAt?: string | number
    librarySectionID?: string | number
    librarySectionKey?: string
    librarySectionTitle?: string
    ratingKey?: string | number
    summary?: string
    thumb?: string
    title: string
    titleSort?: string
    type: "photo"
    updatedAt?: string | number
    userRating?: string | number