<div dir="ltr">Hi there,<div><br></div><div>Recently, I switched from WSO2 Identity Server to Keycloak, and all of a sudden, the sun is shining a bit brighter, birds are singing cheerful songs, and I&#39;m pretty sure I just saw a unicorn pass by, leaving multi-colored droppings. Thanks!</div><div><br></div><div>That being said, I&#39;m still pretty new, and could use some help. I&#39;ll probably have more questions like these pretty soon. Is there a instant messaging based channel (IRC, XMPP?) where you guys hang out? For the entry-level questions that I have, that might be more suitable.</div><div><br></div><div>In any case: my first question: We&#39;re using keycloak to form the user base of our existing product. Integration is going well, but I&#39;m running into a snag: the existing product has a paged user overview - much like the keycloak administrative interface. However, unlike the keycloak interface, I need to be able to calculate the exact amount of pages (keycloak resorts to having a &#39;next page&#39; button only, I need to explicitly provide references to every page).</div><div><br></div><div>To be able to integrate, I need to find a way to retrieve the total number of users for a particular realm. So far, I&#39;m retrieving all users to be able to count them, which quite obviously defeats the purpose of having a paginated call in the first place. Is there a better way than keycloak.realm( &quot;myRealm&quot; ).users().search( null, null, null ).size() ?</div><div><br></div><div>Kind regards,</div><div><br></div><div>  Guus</div></div>