Show status of pagination

Right now pagination shows something like “50 of 234 records”. Could we have a feature to see where we’re at in the pagination? Something like “150 of 234 records” after paginating 3 times?

It’s a great suggestion, and not the first time we’ve been asked, but it’s pretty challenging to implement the way pagination currently works actually.

Each page just knows that record was before it but doesn’t know what page it is in the list, we would need to do a lot more computation to do that, which is something we haven’t prioritized