I have a subcollection in FlutterFlow under users called "comments" and another "replies".
For each reply, I assign the comment ID in a Backend Query, this ends up creating an index in Firebase.
In a hypothetical situation, will Firebase reads count all documents or just the ones returned from the index?