Problem/Motivation

Hi,
In the flag count -module, which has a template:
modules/contrib/flag/modules/flag\_count/templates/flag-count.html.twig

This template outputs the Flag count number inside []
So on a web browser it looks Count [4].

I think these "[" "]" are unecessary and related to styling.
I have to override thoes with a template, it is not a problem
but just thought could those be removed so that it would look like Count 4.

And if someone needs those brackets around the number, could override?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes