Repository.count() method
How many rows match the filter.
Signature:
count(args: {
where?: Where | undefined;
}): Promise<number>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
{ where?: Where | undefined; } |
Returns:
Promise<number>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.