V3.2
Before this version, In V3.1, When you assign size parameter more than 200, It will handle all problems within extension itself and give you all the rows Id available in your particular table. However, This is not a good idea. For example, If I table of row size more than 1000 & I wanted to load only first 400 rows then too, It would have fetched 1000 rows.
Now, This update will fix this scenario. If you assign value as 400 then you will only get max value up-to 400. That would really helpful to load database faster and handle the workflow more clearly.