I was using Realm
'0.85'and encounter this value <Maximum depth exceeded>
in some fields that have many relationships.
What is value of the Maximum Depth?
This tell me that I should des-normalize
a little bit my classes in order to overcome this situation.
Thanks In Advance.