I am confused about this line in mongoengine [docs](https://docs.mongoengine.org/guide/defining-documents.html#working-with-existing-data) > If you use [Document](https://mongoengine.readthedocs.io/en/latest/apireference.html#mongoengine.Document) and the database contains data that isn’t defined then that data will be stored in the document._data dictionary. I tested with Document, when loading a document which has a field not defined in schema, mongoengine raises mongoengine.errors.FieldDoesNotExist