I also want to find particular keys and change their values, but in a recursive data structure. Here data just gets returned. Wanting to see the value [{:d 1} {:e 1}] be replaced by {:COUNTED 2}.
data
[{:d 1} {:e 1}]
{:COUNTED 2}