### Symfony version(s) affected \>=5.4 ### Description Since SF >=5.4, The "Deprecations [n]" tab under Logs menu in the profiler doesn't show how many times a single deprecation is triggered. I think this is linked to the [redesigned profiler logs](https://symfony.com/blog/new-in-symfony-5-4-redesigned-profiler-logs) feature (#42195) ### How to reproduce You only need a fresh project with Symfony 5.3 and debug pack, then update to SF 5.4 to compare the results. ### Possible Solution _No response_ ### Additional Context Symfony profiler in 5.3:  Symfony profiler in 5.4: 