MongoDB заменить корень

db.collection.aggregate([   { $replaceRoot: { newRoot: "$name" } }])
North Bear