I have a simple User schema in mongoDB for my Flask server. I am using mongoengine to work with the database. The schema is as follows:
class User(Document):