Is it possible to get the index/item key of a page, based on the order I've inserted them in the admin backend?
e.g. there are a couple of Pages, 1-100, in the backend and I need a number which I can render, so the user can see which is the oldest and newest page.
There's the getItemKey Method, but it delivers the index values from the current page list result: if I change to another page (pagination) the item key depends always on the current result list (so it's always zero-based).