Skip to content

CountOptions

Defined in: packages/repo/src/types.ts:523

Options for Repository.count.

optional contextValues?: ContextValues

Defined in: packages/repo/src/types.ts:531

Advanced: reuse an existing context bag for a nested repository call. When omitted, the repository creates a fresh bag for this operation.


optional transaction?: Engine

Defined in: packages/repo/src/types.ts:525

Run the operation within a transaction.