You need to use strapi.query().model.find() for mongoose (you are missing the .model)
1 Like
You need to use strapi.query().model.find() for mongoose (you are missing the .model)