Sum Without mixed with changes

Hello folks, I have this query (query1). Basically, I’m checking how many notifications our email notifier integration has sent and grouping them by template (without version) because there is more than one version running. I don’t want it to show two labels with the same template. However, the numbers are kinda wrong, so I decided to make some changes and got the data correctly. But I’m getting duplicated labels. How can I sum these labels in the same query?

Query 1: sum without (version) (rate(notification_counter_value{status=“YYYYY”, company=“XXXXX”}[1m]))
Query 2: changes(notification_counter_value{company=“XXXX”, status=“YYYYY”}[1m])