Return name and order_count for every customer, including those with zero orders, sorted by order_count DESC then name ASC.
Return name and order_count for every customer, including those with zero orders, sorted by order_count DESC then name ASC.