Announcing the Appwrite OSS Fund, Learn More! 🤑
Docs

Phones List Object

Properties

Name Type Description
total integer

Total number of phones documents that matched your query.

phones phone[]

List of phones.

Examples

JSON

{
    "total": 5,
    "phones": {
        "code": "+1",
        "countryCode": "US",
        "countryName": "United States"
    }
}