CountOptions: BaseRepositoryOptions & { where?: Where<T> }

Options for counting entities.

Type Parameters

Type declaration

  • Optionalwhere?: Where<T>

    The where filter to count the options by.