Database

[{title:"Hello"},{title:"World"},{title:"Mongo"},{title:"JSON"}]

Query

db.collection.aggregate([{$group:{_id:null,docs:{$push:"$$ROOT"}}},{$unwind:{path:"$docs",includeArrayIndex:"index"}},{$replaceRoot:{newRoot:{$mergeObjects:["$docs",{place:"$index"}]}}}])

Result