`insert_many` declares that it accepts `documents: Iterable`, but when you pass in a generator, nothing gets inserted in the DB.
insert_manydeclares that it acceptsdocuments: Iterable, but when you pass in a generator, nothing gets inserted in the DB.