Firestore documentation indicates that reads and writes are only counted per document. I however noticed my firestore has been reading data values contained in a document. Let’s say I have 10 documents each containing 5 values, when I fetch them the usage graph shows a total of 50 reads.
Why is this so?