remove constant
Var
const remove
A variable which evaluates to the missing value.
Allows for the conditional exclusion of fields. In a $projection, a field set to the variable REMOVE is excluded from the output. For an example of its usage, see Conditionally Exclude Fields.
Implementation
static const remove = Var('REMOVE');