Get child table count

How to get child table count using parent table as 1:N relation?

Hello,

Try using a count function: https://backendless.com/docs/rest/data_count.html
To get how many child records does a parent have, you’ll need to add count(relation) to the properties field of a query.