Write merge_counts(a, b) that takes two dicts of name → count and returns a new dict where each name's count is the sum across both inputs.
merge_counts(a, b)
name → count