(schema: any, mode = "transform")
| 563 | < |
| 564 | Q extends Query<any> | QueryWhere<any, any, any> | QueryEnd<any, "many", any> |
| 565 | >( |
| 566 | current: Q |
| 567 | ): QueryProjection<ExtractFieldValuesRefined<Q>, NonNegativeInt, never, "count", ExtractExclusiveness<Q>> |
| 568 | } = (current) => new Count({ current }) |
no outgoing calls
no test coverage detected
searching dependent graphs…