Hi, I would like to add a total count of users in the FriendsOfFlarum /users
page. I'm having kind of a hard time with this.
I see the /users
API is called. I assume I should extend the ListUsersController
with something like Extend\ApiController
, correct ? Otherwise if I add a separate route, then other extensions who need to do similar things would end up with a lot of HTTP requests.
But I only see ways to add new columns, not separate/global data.