defining date fields is a cool option of mongodb node.
but how to use, if we have date fields within nested objects?
i tried to define nested objects dot notated i.e.: customer.created_at
but this doesn’t seem to work on nested objects.
maybe nested object date fields are not implemented within the current code or i’m doing it the wrong way?
for main objects on first level, date fields are formated as expected.