**Steps to replicate the issue** (include links if applicable):
* Add a vote to a wish
* Observe the vote count in the wish-index table
* Remove the vote by blanking the page
* Go back to the wish index
**What happens?**:
The wish still has >= 1 votes.
**What should have happened instead?**:
It should have 0 votes, since all votes were removed.
---
**Derived Requirement**
Ensure that the vote count for a wish in the wish-index table updates to zero when all associated votes are removed.
====Test Steps
**Test Case 1: Verify Vote Count Updates to Zero When All Votes Are Removed**
1. Navigate to the **Community Wishlist/Wishes** page on beta or the relevant test wiki.
2. Locate an existing wish in the **wish-index** table.
3. Add a vote to the wish.
4. Observe and record the current vote count displayed for the wish.
5. Remove the vote by blanking the page (deleting vote content).
6. Return to the **wish-index** page and refresh it.
7. ✅❓❌⬜ **AC1:** Confirm that the vote count for the wish has updated to **0** after all votes were removed.