HAVING clause removes groups that do not satisfy condition:
SELECT type, count(*) as c FROM sys.objects GROUP BY type HAVING count(*) < 10