$pushAll
Deprecated since version 2.4: Use the $push operator with $each instead.
$push
$each
The $pushAll operator appends the specified values to an array.
The $pushAll operator has the form:
{ $pushAll: { <field>: [ <value1>, <value2>, ... ] } }
If you specify a single value, $pushAll will behave as $push.