I've upgraded the server webapi breeze dll from version 1.2.8 to 1.2.9, and similarly to my other post, I've got a regression bug.
The following ODATA call is successful and returns the data + inlineCount:
http://mydomain/api/mandates/Mandates?$orderby=PolicyNumber%20desc&$top=10&$inlinecount=allpages
However, the following ODATA call does not return inlineCount (note that the only difference is the orderby criteria on a complex object):
http://mydomain/api/mandates/Mandates?$orderby=AccountOwner%2FTiersId%20desc&$top=10&$inlinecount=allpages
Can someone look into that please ?