In a case of having the following structure:
Collection of albums where each album has a collection of stickers and each sticker has a type.
What is the best approach to count the total number of stickers I have by type, independent of which album the sticker is? I will need to fetch all documents or firestore allows this kind of complex queries?