feat: update aggregate implementation

This commit is contained in:
2025-08-11 13:34:28 +02:00
parent 9dddc4e79f
commit cc8c558db6
37 changed files with 361 additions and 511 deletions

View File

@@ -1,5 +1,5 @@
import type { Db, WithId } from "mongodb";
import type { z, ZodObject } from "zod/v4";
import type { z, ZodObject } from "zod";
/**
* Take a list of records and run it through the given zod parser. This