I have a relam class which inherits realm object. I am able to query the Atlas but when JSON is assigned to class by default its managed. I want to make that object unmanaged. Currently its done by converting it to JSON then making IsManaged to false then deseraising it to object. But this is taking more time. I am looking for solution which can perform better