Implement `countWordsWithPrefix(words, prefix)` returning how many stored words start with `prefix`.
+ 1 hidden test run on Submit.
Summing the end counts in the subtree under the prefix node gives the number of matching words.
Run your code to see results.