@earth-app/collegedb
    Preparing search index...

    Interface ShardTableCount

    Table row-count result for a shard.

    1.1.4

    interface ShardTableCount {
        count: number | null;
        error?: string;
        shard: string;
        success: boolean;
    }
    Index
    count: number | null
    error?: string
    shard: string
    success: boolean