List view cannot contain more than ten items

My list view shows data from backendless(free plan).
But it only shows 10 items.But it should show 29 items in it,all 29 records are clearly registered on backendless data table.
Please tell me a solution…

Hi @Ashrik_Ahamed,

by default, the system returns only 10 items from the data store.
If you want to get more, you should use Paging API.

In general, you should tell the system how much objects you would like to retrieve at once (page size, up to 100 - this is the system’s limit), and offset (identifies the position of the object from which to retrieve the number of records identified by page size).

Regards,
Stanislaw