PromQL issue sum double count

Hi everyone, I’m having some problems.
I should sum all the values of this metric “Books” every 15 minutes.
Unfortunately I realized that the grafana is added twice every 15min.
can anyone help me?

This is the query:

sum(Books offset ${scrape_time}) by (Name, Author)