Suppose you have an Entity User that has a ManyToOne relationship with Group.
How do you search for all users that belong to a certain group?
You can't just create an endpoint with a query parameter like /users?group=1 because in SDR you are forced to ignore IDs and all entities are referenced by their full URL http://host/groups/1
So how do you search by specifying your search parameter?