It's impossible. MongoDB does not return any part of the document that you previously used with regular updating, nor can it return the full document, and not just this pop-up element to findAndModify ( http://docs.mongodb.org/manual/reference/command/ findAndModify / ), you can filter this element both the first and the last.
NB: I have to warn that findAndModify is basically like collecting each document in a query and working with it, how it can return it so you can see some performance loss on queries that span a large numeric number.
source share