tldr: I would like to hide certain features in the page & api backend for non-admin users.
For example, I would like to show the list of liked users only for admin users and not for everyone. The count can be seen by everyone but not the list of users.
Of course this is just an example for my specific need. I am sure this feature will not enter in the core but how could I implement this as a plugin ? I would be interested to know about the api overrides (especially) & UI overrides through plugins.