Counts the occurrences of each letter in a given string.
The input string.
An object where keys represent letters (lowercase) and values represent their counts.
Counts the occurrences of each letter in a given string.