I have an Entity called TDocuments.
It is used for saving Images for example.
Many other Entities are referencing TDocuments, and TDocuments provides the corresponding Many-Value-Association, because it is needed for Aurelius.
For XData it is not necessary.
So I could just remove them using XDataExcludePropertyAttribute.
But I do not want to remove them accessing TDocuments directly.
So the Endpoints for TDocuments should show the Many-Valued Associations, while other Endpoints, that have an Image should not go deeper in TDocuments.
How can I handle this?