When i have 16 records in table casandra.
I choose limit = 8,
first request return nextPage is ok
But second request with above returned nextPage, data still return next page(not null). And if i use this for pageState date return empty array.
Note: If total records % limit != 0, issue not occur