Hi, in Power Apps Portals, I have a page with an entity list / entity view behind it that shows the records in a paginated form. The list can be searched and filtered. For a requirement of mine I need to get all the records of the current selection (which can f.ex. stretch 3 pages). I can get at the records of the current page as objects, however for the records total, I have only a count (entityview.total_records). Is it possible to get at all of the records?