I have a mongo db with an index collection.create_index("type", unique=True)
collection.create_index("type", unique=True)
The db will have records as list of dict. eg: data:[{dic1}, {dic2}]. E