### What's up? On the page https://prql-lang.org/book/tutorial/aggregation.html ``` from albums filter billing_city == "Oslo" aggregate { sum_of_orders = sum total } ``` it should say ``` from invoices filter billing_city == "Oslo" aggregate { sum_of_orders = sum total } ```