Is there any way to limit what fields are loaded for a particular entity? Let's say I have an entity with an "image" datatype that I sometimes don't want to load. Is there a way other than creating a view to retrieve just the fields I want?
I believe this is a feature that is slated for version 2. Your use of view would work for now though.