Concept Flow - $push operator for adding to arrays
Start with document
Locate array field
$push operator adds element
Array grows by one element
Save updated document
The $push operator finds the array field in a document and adds a new element to the end of that array, then saves the updated document.