Announcing the Appwrite OSS Fund, Learn More! 🤑
Docs

Teams List Object

Properties

Name Type Description
total integer

Total number of teams documents that matched your query.

teams team[]

List of teams.

Examples

JSON

{
    "total": 5,
    "teams": {
        "$id": "5e5ea5c16897e",
        "name": "VIP",
        "dateCreated": 1592981250,
        "total": 7
    }
}