firestore documentation pricing didn't mention the read on indexed data with where conditions..
if we have a collection (invoice) with 100K docs with fields like (date, number,amount)
and i did a query get().where('date' , '==', 20180404') is this will count the 100K or only returned docs?
thanks