Parse Server is not querying certain collections from MongoDB

Pretty much as the title describes, this is only an issue for some collections. First, I noticed it when I went to my Parse Dashboard. First, one collection stopped showing up, then two more. Now, if I try to query those collections in the front end, I get the following error:

error: TypeError: Cannot read properties of undefined (reading 'type') 
{"code":1,"stack":"Error: TypeError: Cannot read properties of undefined (reading 'type')\n    
    at .../node_modules/parse-server/src/Controllers/DatabaseController.js:1310:27\n    
        at processTicksAndRejections (node:internal/process/task_queues:96:5)"}

Not really sure where to start troubleshooting here. Any guidance would be appreciated

Any Parse Server log entries? What’s the name of the collections?

The names of the broken collections are “options”, “drops”, and “purchases.” This error that I pasted above is what is showing up in the Parse Server log. @Manuel

edit: “Artist” collection is working fine.

Did you take a look at what line that is?
What versions of Parse Server and Parse Dashboard are you using?