I have got all document list with all properties by below query
/OData.svc/workspaces/Document?$select=*&metadata=no&query=InTree:/Root/Sites/Default_Site/workspaces/Document%20AND%20TypeIs:File
But I need only count of those documents
By which oData query I can get only count?
Thanks