Как получить максимальный идентификатор в MongoDB Python

> db.getElementWithMaxIdDemo.find().sort({_id:-1}).limit(1).pretty()
Busy Bear