Android Developer
Hai i am new with appwrite i want to create a structure like
{
"user_name": "test",
"age": 100,
"ishuman": false,
"orders": [
{
"order_id": 90909,
"item_name": "alien food",
"item_price": 789
}
]
}
i cam create others attributes but how to create orders attribute