MongoDB's python sdk "PyMongo" allows for "projections" where only the specified fields are returned from an object. Is it possible to do this in Realm? I'm working on the specifications of an app and haven't been able to find any documentation on projections in Realm.
↧