Currently, the views are populated with records from subgraph query, getRecipients, which has a default 100 rows per query. Should use paging to retrieve 100 rows per query and retrieve next batch if more records are found. Since there's a MAX recipient limit of 125, may be it's not necessary to add paging on the UI.