lower salary AND more cars? Which has priority? Sort by number of cars then by salary and limit to 10?

Build an aggregate query that counts cars by employee then join that query to employee table. Do sort and limit in that query.