✨ feat: unify API options structure and enhance lookup handling across collections
This commit is contained in:
Vendored
+1
@@ -15,6 +15,7 @@ interface ApiOptions {
|
||||
filter?: MongoFilter
|
||||
sort?: string
|
||||
lookup?: string
|
||||
aggregate?: string | Record<string, any>
|
||||
limit?: number
|
||||
offset?: number
|
||||
projection?: string
|
||||
|
||||
Reference in New Issue
Block a user