Database

[{"game":[{"x":1}]},{"game":[{"x":1}]},{"game":[{"x":1}]}]]

Query

db.collection.aggregate([{$replaceRoot:{newRoot:{$arrayElemAt:["$game",0]}}}])

Result