As part of the QuickSurbey enhacement, there is a need to create a method that returns the Edits Count of a specific user by month. The discussion that highlights this requirement is highlighted in his document: Discussion notes on Quick SUrvey auditing enhancement.
AC:
- Create a new public method that will allow to fetch count by months
- The endpoint will NOT accept data ranges
- The endpoint is going to return the last 2 years + current months (so, for example, in this case, it will return 2022/2023 and 2024 (so this year - 2)
- The endpoint need to enable caching (can be done in multiple patches to slimline the process and make review easier)
