Use case or problem
when results list is long it would be helpful to be able to limit the results with an offset from the beginning.
Proposed solution
when clicking on the results number please offer an option to offset the limit
Current workaround
In dataview I accomplish this by limiting the results to a large number (the limit I want plus an offset), then reversing the sort order, then limiting the results to a smaller number (the limit I want), then reversing sort order back. It is a bit cumbersome but it works.