Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of documents documents that matched your query. |
documents | array | List of documents. Can be one of: |
Example
JSON
{
"total": 5,
"documents": [
{
"$id": "5e5ea5c16897e",
"$collection": "5e5ea5c15117e",
"$createdAt": 1592981250,
"$updatedAt": 1592981250,
"$read": "role:all",
"$write": "user:608f9da25e7e1"
}
]
}
JSON
{
"total": 5,
"documents": [
{
"_id": "5e5ea5c16897e",
"_collection": "5e5ea5c15117e",
"_createdAt": 1592981250,
"_updatedAt": 1592981250,
"_read": "role:all",
"_write": "user:608f9da25e7e1"
}
]
}