Toda vez que inicio/reinicio o servidor, aparece a seguinte mensagem:
(node:10236) [MONGOOSE] DeprecationWarning: Mongoose: the strictQuery option will be switched back to false by default in Mongoose 7. Use mongoose.set('strictQuery', false); if you want to prepare for this change. Or use mongoose.set('strictQuery', true); to suppress this warning.
(Use node --trace-deprecation ... to show where the warning was created)
O que é o strictQuery? Como configurar, e qual opção é desejável para o projeto?