The server is able to return you up to 100 relations in a single API call, in order to specify the maximum 100 records you can use the following option setRelationsPageSize(relationsPageSize:number)
however, I assume your users might have more than 100 relations so you need to load all the items for every single user, you can use Business Logic to make only one request from the client