Briyah SDK - v2.0.6
    Preparing search index...

    Interface DataResult

    What a host's executor hands back.

    interface DataResult {
        rows: DataRow[];
        totalRows?: number;
    }
    Index
    rows: DataRow[]
    totalRows?: number

    Total rows the query matched, when the host can say cheaply. Lets an answer say "the top 10 of 240" rather than implying it saw everything.