Create Many Records with model.create()

Is data supposed to be added to the database collection?

I’ve noticed that a people collection has been created in my database and there was one person entry.

When I run my createManyPeople() function it set the people collection, document count to 0.
My code runs and passes the FCC solution test
and my app is not erroring.
But there are no entries in the collection?