I'm making an expense tracker application . account collection has a relationship with expense collection . How can I access it so that it updates my account collection's attributes automatically
TL;DR
Developers are seeking advice on how to utilize relationships in the Appwrite database for an expense tracker application. They want to know how to ensure that changes in the expense collection automatically update the account collection's attributes.