Hello.
I am Using the App 'Customer Center' (from ECOMMERCE) to setup both List Orders (from loop "Orders") and List Invoices (from loop "LedgerEntries")
Ecom:CustomerCenter.Orders.Count - returns the total number of existing loopItems, regardless of the number of items to show per page.
Ecom:CustomerCenter.LedgerEntries.Count - limits the total number of items to the value set on ItemsPerPage (10 in this case), even if the total number of items is bigger than that
Currently i have to built a pagination area that shows a message like "You are seing x (10) of y (30) entries", and for that i need the total number of existing items.