omit

Object

Removes the specified fields from an object or every object in an array. The inverse of pick — useful when you want most fields but need to drop a few noisy or sensitive ones.

Syntaxomit:field1,field2,...
fieldsOne or more field names to remove, separated by commas

Use cases

All commands