Page Contents
Home > @loopback/repository > CrudRepositoryImpl > count
CrudRepositoryImpl.count() method
Signature:
count(where?: Where<T>, options?: Options): Promise<Count>;
Parameters
Parameter | Type | Description |
---|---|---|
where | Where<T> | |
options | Options |
Returns:
Promise<Count>