Database
[{name:"John Smith",appointments:[{date:"date1",type:"type one"},{date:"date2",type:"type two"}]},{name:"Michael Jackson",appointments:[{date:"date3",type:"type three"},]}]
Query
db.collection.aggregate([{$addFields:{appointment:"$appointments"}},{$unwind:"$appointment"}])