Array MongoDB Unhift

// You must use $each!
$push: { colors: { $each: ['yellow'], $position: 0 } }
florinrelea