$expand 中的 OData 查询选项 $count 不起作用

OData query option $count in $expand not working

我尝试使用 $count in an $expand 这样的查询

.../OData/Foo(1)?$expand=Bars($count=true)

但是在结果中找不到计数。

{
  "...": "...",
  "Bars": {
    "...": "..."
  }
}

也没有错误。我正在使用 ASP.NET Web API OData 5.4,它使用的是 OData v4.

什么给了?尚未实施?

此功能尚未实现。已创建相关问题 https://github.com/OData/WebApi/issues/165 .