I'd like to show the number of the currently selected page and number of all pages in iron-pages (e.g. "page 1 of 100").
Getting the former is easy as you can look for the selected-changed
event. For the latter I have no idea how to get it. I was considering getting the number of child elements in iron-pages
, but that doesn't seem to be reliable.