Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of teams documents that matched your query. |
teams | array | List of teams. Can be one of: |
Example
JSON
{
"total": 5,
"teams": [
{
"$id": "5e5ea5c16897e",
"$createdAt": 1592981250,
"$updatedAt": 1592981250,
"name": "VIP",
"total": 7
}
]
}
JSON
{
"total": 5,
"teams": [
{
"_id": "5e5ea5c16897e",
"_createdAt": 1592981250,
"_updatedAt": 1592981250,
"name": "VIP",
"total": 7
}
]
}