Facing issue in items_by_column_values api with Pagination

Hi Team,

We are facing an issue in Monday.com items_by_column_values api with pagination,

For example,
From the following api call the Page 1 and Page 2 data should be different but we are getting all the pages with same set of data.
Once we received an empty response from page we stopped the execution and provide the result.
Currently Every page returning the same data, so we are not able to stop the execution

Kindly suggest a solution to overcome this issue.

API Used:
query
{
items_by_column_values( board_id : 3XXX766XX2,
column_id : status, column_value : “Done”,
limit : 50, page :1)
{
id name group{id}
}
}