I have a weird problem, my project on appwrite was using avarage 5-10k reads a day, it was okay, but suddenly last 7 days, reads are about 60k a day, the code hasnt changed and the traffic is the same, I need some help inspecting the problem, I will uprade my plan but this is ridiculous. Also I am suspecting some botting or something, and is there a way that I can add setting so that requests can be only sent from my website and nowhere else?
Summary
Issue: User's app's daily usage has spiked from 10k to 60k reads without explanation.
Solution:
1. Double-check if wildcard platforms like '*' are allowed in the settings.
2. Verify if there are any unexpected relational rows/columns causing the spike in reads.
3. Review the ChatContext code provided for any irregularities that could result in increased reads.
4. Consider upgrading the plan to potentially handle the increased usage.
5. If the issue persists, contact support through the console for further assistance.
Wait, can you explain to me what do you mean by that? I am going to upgrade my plan but I really need to figure this out. I thought you count as a read every document fetched? What do you mean by rows and columns