Countries List Object
Properties
| Name | Type | Description |
| total | integer | Total number of countries documents that matched your query. |
| countries | country[] | List of countries. |
Examples
JSON
{
"total": 5,
"countries": {
"name": "United States",
"code": "US"
}
}