Comment obtenir un ID max dans MongoDB Python

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