I've already done my research and have gotten so far...
By entering the commands on mongoDB shell or node, this shows up:
Now the problem is that I actually have users in this DB because I'm testing this on an application on port 3000 localhost. When I try to register the same user a second time, an error shows up, saying that this entry is duplicate.
TL;DR: Mongo says DB is empty when it's not