suport `$exists` operator example: ```js // $exists match: { price: { $exists: true } } ``` ```js // $type match:{ price: { $type: "string" } } ```
suport
$existsoperatorexample: