getTransactions limits page_size to 500 even increasing the limit

Screenshot 2022-04-07 at 5.06.48 PM

API: https://deep-index.moralis.io/api/v2/0xD965952823153E5CBc611be87e8322cfc329f056?chain=eth&from_block=0&page_size=1000

Tried increasing the limit to 1000 but it gives max 500 as page_size,
Is there any way of increasing the page_size?

@cryptokid @dani @YosephKS

you can not increase the page size, in order to use pagination, to get the second page, you have to use offset parameter, when offset is 500 then you get the second page, when offset is 1000 then you get the third page