Modification of Users view in panel

Hi,

I need to display an additional piece of information on the Users view in the panel - similar to the “info” I can set for a page section. The information I need to display is the count of items in a structure field in that user’s content.

What is the easiest way to do this? Do I need to create a whole custom panel view?

You need to modify the existing users view, yes, and not only the PHP part to provide that additional information, but also the Vue part to actually show this information, I guess.