I want to do a query inside the get_queryset() function and retorn some totals. But this function just return an QS object. I have the following code into my views.py<
views.py<