May be this is a basic question, but I have trouble binding the OData count in XML view.
In the following example, I want to bind the count of products from the ODat
I had a similar issue. Although I am not thrilled with my solution, it uses expression binding and works without the need for a separate formatter:
Like @Jasper_07, you still need to include Products in the expand, but you are ignoring most of the data coming back.
Products