So , I've created two collections in database named as foodCategories and foodCategoriesItems. in foodCategories: I've for attributes: title , description , icon and relationship attribute with food CategoriesItem.
In foodCategoriesItems: I've attribute like: icon , name , price
When I trying to list foodCategories collection data then in relationship section instead of getting data I'm getting object even though foodCategory have the realtions and have the value of it.
In first image see: foodCategoriesItem realtionship have value In 2nd image: I'm getting object instead of data.
So , how can I get data ?
@Steven can you help
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Appwrite cloud DB server error 500
Getting this error
- appwrite indexes not working (?
i have this index: ``` "indexes": [ { "key": "single-user-per-event", "type": "unique", ...