Cómo obtener Max ID en MongoDB Python

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