I’m trying to retrieve all products from a category using an Odata query. The entities go by the following: And I have exposed the odata entities like this: Then I wonder what is the query I can use to retrie the products of a category using expand somewhat like this: http://localhost:8081/odata/Product/v1/Products?$expand=Categories(?filter=_id eq 27)