$all
The `$all` operator selects the documents where the value of a field is an array that contains all the specified elements.
Syntax
{ field: { $all: [ <value1>, <value2>, ... ] } }
Parameters
field
stringrequiredThe field to query.
<value1>, <value2>
stringrequiredThe values that must all be present in the array field.