### **Add counters** 1. Update [createTypeMenuSections](https://github.com/Expensify/App/blob/82cd7527b30ab6c6db8511e946afc4a2ecb4184c/src/libs/SearchUIUtils.ts#L1948) by adding a `count` key to the to-do section searches 1. This key is computed by looping over the existing reports param and using the appropriate [selector](?tab=t.0#bookmark=id.32rbs3pmmm7o) and returning the length of the results. 2. Update [SearchTypeMenu](https://github.com/Expensify/App/blob/82cd7527b30ab6c6db8511e946afc4a2ecb4184c/src/pages/Search/SearchTypeMenu.tsx#L247-L264), passing a `badgeText` prop to `MenuItem` if `item.count` is defined
Add counters
countkey to the to-do section searchesbadgeTextprop toMenuItemifitem.countis defined