The response of a model.find() object does not include the metrics object which can be found in the native nodeJS SDK, instead it comes through as undefined.
Attempting to set the options flag from the NodeJS SDJK like so, also does not work:
result = await Test.find({ firstName: 'Major' }, { metrics: true });
Can this please be exposed in Ottoman so we can monitor query performance during development?
The response of a model.find() object does not include the metrics object which can be found in the native nodeJS SDK, instead it comes through as undefined.
Attempting to set the options flag from the NodeJS SDJK like so, also does not work:
result = await Test.find({ firstName: 'Major' }, { metrics: true });
Can this please be exposed in Ottoman so we can monitor query performance during development?