A database View together with the table as entities in Aurelius

View approach is possible. Another option is to use multi-model design, having separated classes with less fields, in a different model, and simply use that different model to retrieve data.
Multi-model approach is also used to logically separate the classes that should be used to update the database, and those which won't.

2 Likes