Assume we have 3 Users:
User 1. ID = 123
User 2. ID = 456
User 3. ID = 789
We have a database of documents, that have been created by all three users.
Each User, when logged in, should see only their documents. Please show me how to do that using JavaScript and any settings in Appwrite.
Thanks.