Zend certified PHP/Magento developer

Remove “1 items” text in wishlist header icon count

how can we remove the “items” text from the wishlist count I searched a bit and know the count is displayed from app/design/frontend/.../.../Magento_Wishlist/templates/link.phtml

<span data-bind="text: wishlist().counter ? wishlist().items.length : '0'" class="counter qty">0</span>