
Hey I am moving from firebase to appwrite and I want to know if there is a way to convert a document list to a a list of my specific class without having to loop through each result. I see a *nestedType *attribute in the *listDocuments *call, how do I use this? I saw no example of this in the docs.

could you link the place you read this?

I got the nested type attribute by reading through the SDK here: https://github.com/appwrite/sdk-for-android/blob/32e2c6e2e12a0202757ad63adb75e8d3054443e7/library/src/main/java/io/appwrite/services/Databases.kt#L33

Honestly, I am not sure how and if you can implement this. Going through the docs at https://appwrite.io/docs/client/databases?sdk=android-kotlin#databasesListDocuments, it seems like there is no option for nestedTypes

I might be wrong, so i guess wait for a developer to respond
Recommended threads
- Flutter OAuth2 Google Login – Redirect I...
i tried implementing OAuth2 Google Login in my app, and it works fine for the most part, the problem am facing is when i chose a google account to sign in/up wi...
- Cannot use Google Oauth in my Project
I tried to use Appwrite Google Oauth Provider in my app but had some troubles. I receives this error no matter what: error or success: 2025-09-21 18:50:33.845 3...
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
