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": "2020-10-15T06:38:00.000+00:00",
"$updatedAt": "2020-10-15T06:38:00.000+00:00",
"name": "VIP",
"total": 7,
"prefs": {}
}
]
}
JSON
{
"total": 5,
"teams": [
{
"_id": "5e5ea5c16897e",
"_createdAt": "2020-10-15T06:38:00.000+00:00",
"_updatedAt": "2020-10-15T06:38:00.000+00:00",
"name": "VIP",
"total": 7,
"prefs": {}
}
]
}