Count the number of rows in a table with optional filtering. You can pass a SQL predicate to count only the rows that match specific criteria.
name of the table
A SQL filter expression that specifies the rows to count.
"category = 'shoes'"
Number of rows in the table
The response is of type integer.
1000