These are the fields in Student Table:
First Name
Last Name
Class
Address
I want to make a query using Bubble Data API. I want to see the list of students whose first name is same as other student(s) and total number of students with a specific first name.
If there are 3 students with first name “Sam” and 2 with first name “Ana”, how would I query that result using bubble Data API ?