Cara Mendapatkan ID Max di Mongodb Python

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