How to count the numbers of your database (display on site)

Hi,
Basically you need to use query and count the number of results you get. This should be modified to your needs( for example if you want to get the results with “location” field that equals to “new york”, use “.eq”)

Good luck :slight_smile: