Enity/count 403 Forbidden

Hello. Why I can get 403 on any SomeEnity/count route?
Response is:

{"statusCode":403,"error":"Forbidden","message":"Forbidden"}

A) You are not authenticated or sending an authenticated request with the JWT token.
B) You have not given permission to the public user to use the endpoint so it does not require validation.

To set the permissions go into Settings > Roles > Public > Check the route or controller you are using.