I want to create a list of users registered in the website using Views and, beside the names, I want to show the corresponding number of nodes they created. I know there are some contributed modules that consolidate and do some sum (never used them, though), but as I was doing some research, it seems these modules are targeted for Drupal 6. Is there a solution for Drupal 7?
Example of the expected output:
Carl (27)
John (18)
Susan (16)
Lorren (13)
Jane (5)
Norman (4)
...