Is there any way in year 2020 to get the number of children of a node in Firebase Database without downloading the entire payload on the client? I have about 20 000 users in db and I want to get a count of them.
Users
   userUID_1
       - 300 properties
   userUID_2
        - 700 properties
     .
     .
     .
 
     
    