feat: unify API options structure and enhance lookup handling across collections

This commit is contained in:
2026-05-17 14:53:52 +00:00
parent f332c707b7
commit bd8d413850
10 changed files with 58 additions and 112 deletions
+1
View File
@@ -15,6 +15,7 @@ interface ApiOptions {
filter?: MongoFilter
sort?: string
lookup?: string
aggregate?: string | Record<string, any>
limit?: number
offset?: number
projection?: string