Properties
| NAME | TYPE | DESCRIPTION | 
total  |  integer  |  Total number of documents that matched your query.  | 
documents  |  array  |  List of documents. Can be one of: | 
Example
JSON
{
    "total": 5,
    "documents": ""
}
JSON
{
    "total": 5,
    "documents": ""
}