Type Alias FindResponseMeta

Meta for FIND operations

type FindResponseMeta = {
    count: number;
}
Index
count: number