type MaybeSingleResult = object;
type MaybeSingleResult = object;
Defined in: packages/db/src/types.ts:666
optional singleResult: true;
optional singleResult: true;
Defined in: packages/db/src/types.ts:670
If enabled the collection will return a single object instead of an array
