I\'m currently creating a python script with mongoengine that requires me to use a list of objects.
class Clients(DynamicDocument): first_name: StringField()