Member Junction
    Preparing search index...

    Result of a search operation

    interface SearchResult {
        HasMore: boolean;
        Records: ExternalRecord[];
        TotalCount: number;
    }
    Index

    Properties

    HasMore: boolean

    Whether more pages of results exist

    Records: ExternalRecord[]

    Matching records

    TotalCount: number

    Total number of matching records (may exceed returned count)