Documents List Object
Properties
Name | Type | Description |
total | integer | Total number of documents documents that matched your query. |
documents | document[] | List of documents. |
Examples
JSON
{
"total": 5,
"documents": {
"$id": "5e5ea5c16897e",
"$collection": "5e5ea5c15117e",
"$read": [
"role:all"
],
"$write": [
"user:608f9da25e7e1"
]
}
}