OLAP Object Queries : Query Results : Empty Results

Empty Results
If the query returns no results, the docs element is empty. In XML:
<results>
<docs/>
</results>
In JSON:
{"results": {
"docs": []
}}