Suppose you want, for each customer, the number of orders placed by them. Which Django ORM method best fits this scenario?
aggregate()
get()
delete()
annotate()
This question is part of this quiz :