
Hey I know the use case of this platform is for appwrite and it helps me a lot. but today I wanna ask you a general question related with list object
[{'id': 1, 'name':'flutter', 'title':'dart'},
{'id': 35, 'name':'flutter', 'title':'dart'},
{'id': 93, 'name':'flutter', 'title':'dart'},
{'id': 82, 'name':'flutter', 'title':'dart'},
{'id': 28, 'name':'flutter', 'title':'dart'},
];
I have this list for example, and how can I achieve as below
[{'id': 1, 'name':'flutter'},
{'id': 35, 'name':'flutter'},
{'id': 93, 'name':'flutter'},
{'id': 82, 'name':'flutter'},
{'id': 28, 'name':'flutter'},
];
Remove title key from the list , Any help thanks

Do you want to do this in a specific language?

in dart

Recommended threads
- CRUD Operations don't work
Hey all, Create, update, and delete is not working for the Appwrite database. The database seems down. When will it be solved? As I can see from the other suppo...
- Appwrite REST API Docs in LLM-Friendly F...
Is there a version of the Appwrite REST API documentation available in a format suitable for LLM vector embedding? Specifically, I’m referring to the following ...
- OpenAI Whisper on Appwrite Sites
Hey guys, just wondering if I can serve an OpenAI Whisper AI on appwrite / appwrite sites. tiny model is like ~40-50MB
