Zend certified PHP/Magento developer

Magneto whishlist side bar showing only 3 item

i am using below code to show items in wishlist, but it shows only 3 items I want to show all items in wishlist

 < ?php
 $wishlistHelper = $this->helper('MagentoWishlistHelperData');
 ?>
< ?= $block->escapeHtml($block->getTitle()) ?>
< ?= $block->escapeHtml(__('Last Added Items')) ?>
  1. < ?= $block->escapeHtml(__('Add to Cart')) ?>
    ss
< ?= $block->escapeHtml(__('You have no items in your wish list.')) ?>