Hi,
Instead of getting a list of elements, I want only the count of those elements.
For example, instead of getting a list of 30 keywords, I just want to receive the number "30".
Is there a way to do this using the API?
I've tried with SELECT COUNT(), but it gives me "Error in query: unexpected input". Without COUNT the query it works OK.
I don't have experience with SQL or GAQL, so maybe I'm missing something very obvious.
Thanks!