Hi,
I have a realm function that serializes a record into json to be sent somewhere.
However child objects don’t get serialized properly and show up as an empty object. But the value exists if I print the property on the child object.
Realm function logging location prop on the document and the location.latitude:

Log shows empty object in latitude for serialized location object but it prints the latitude fine:
Thanks,
