Pagination not working in Suitecrm REST API V8

Hello,

I am trying to get records form leads modules i have used pagination parameter in get request but it 's not working.

uri: 'http://example.com/api/v8/modules/Leads?page[number]=3&page[size]=1

I have also tried page limit but still not working . only 20 records display i have console response but not getting total-pages meta.

Anyone please suggest possible solution for pagination.

Thanks