@valon-technologies/gestalt
    Preparing search index...

    Interface CountResponse

    CountResponse reports how many rows matched a query.

    interface CountResponse {
        count: bigint;
    }
    Index

    Properties

    Properties

    count: bigint