diff --git a/packages/postgres/src/PostgresConnection.ts b/packages/postgres/src/PostgresConnection.ts index 9ea1d2c4..89eea059 100644 --- a/packages/postgres/src/PostgresConnection.ts +++ b/packages/postgres/src/PostgresConnection.ts @@ -16,6 +16,7 @@ export const plugins = [new ParseJSONResultsPlugin()]; export abstract class PostgresConnection extends Connection { protected override readonly supported = { batching: true, + counts: true, }; constructor(kysely: Kysely, fn?: Partial, _plugins?: KyselyPlugin[]) {