Database

[{"_id":"100063","_rev":"1-90d4068b3946fe809a9c9022f1e1c354","title":"The Love She Sought","year":1990,"rating":null,"runtime":"100 min","genre":["Drama"],"director":"Joseph Sargent","writer":["Jon Hassler (novel)","Ron Cowen (teleplay)","Daniel Lipman (teleplay)"],"cast":["Angela Lansbury","Denholm Elliott","Cynthia Nixon","Gary Hershberger"],"poster":"http://ia.media-imdb.com/images/M/MV5BMjEwODQzODc2Nl5BMl5BanBnXkFtZTgwMDY2ODk1MDE@._V1_SX300.jpg","imdb":{"rating":7.9,"votes":747,"id":"tt0100063"}},{"_id":"100064","title":"ABC","year":2007,"imdb":{"rating":7.9,"votes":747,"id":"tt0100063"}}]

Query

db.collection.aggregate([{$match:{"year":2007}},{$group:{_id:"$year",avgVote:{$avg:"$imdb.votes"}}}])

Result