@ctrl/plex
    Preparing search index...

    Interface PhotoData

    interface PhotoData {
        addedAt?: string | number;
        createdAtAccuracy?: string;
        createdAtTZOffset?: string | number;
        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;
        Media?: PhotoMediaData[];
        originallyAvailableAt?: string;
        parentGuid?: string;
        parentIndex?: string | number;
        parentKey?: string;
        parentRatingKey?: string | number;
        parentThumb?: string;
        parentTitle?: string;
        ratingKey?: string | number;
        source?: string;
        summary?: string;
        Tag?: MediaTagData[];
        thumb?: string;
        title: string;
        titleSort?: string;
        type: "photo";
        updatedAt?: string | number;
        userRating?: string | number;
        year?: string | number;
    }
    Index
    addedAt?: string | number
    createdAtAccuracy?: string
    createdAtTZOffset?: string | number
    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
    Media?: PhotoMediaData[]
    originallyAvailableAt?: string
    parentGuid?: string
    parentIndex?: string | number
    parentKey?: string
    parentRatingKey?: string | number
    parentThumb?: string
    parentTitle?: string
    ratingKey?: string | number
    source?: string
    summary?: string
    Tag?: MediaTagData[]
    thumb?: string
    title: string
    titleSort?: string
    type: "photo"
    updatedAt?: string | number
    userRating?: string | number
    year?: string | number