Resolved three issues:
- Issue: Inflated article counts -The Manage Articles view displayed inaccurate, inflated numbers.
-
Fix: Updated query logic - Revised the backend query for the Manage Articles view so article counts match actual front-end content.
- Issue: Duplicate filter entries - Language filters listed duplicate node entries for translations.
-
Fix: Deduplicated language filters - Cleaned up language filter logic to display true translations without duplicate entries.

- Issue: Broken taxonomy filtering - Selecting a parent term (e.g., pillar) failed to pull content from its nested child terms (e.g., cluster).
- Fix: Enabled child-term inclusion - Adjusted parent taxonomy filters to automatically query and include all nested child terms.