Update using the $pushAll update modifier. Note: In MongoDB 2.4 the usage of $pushAll has been deprecated in favor of $push $each.
Important: As of MongoDB 3.6 $pushAll is not longer supported. Use $push $each instead.
Update.push(String)) returns a builder that can be used to populate the $each object.