You have a receipt from the grocery store and you want to know how many of each item you bought. Write a function that returns this summary.
Given a `string` count the total amount of times each item appears in it and return a summary including the item and its number of appearances as an `int`.