Database

[{editedLyrics:[{updatedLyric:"123"}]}]

Query

db.collection.update({},[{$set:{officialLyric:{$arrayElemAt:["$editedLyrics.updatedLyric",0]}}}])

Result