I\'ve been confused with this error. I\'m creating a Vehicle database with mongoengine that goes like this.
class Vehicles(Document): make: StringField()