First goto the class => method get entity set and check what count is coming initianlly.
if its '3' by default , then it is coming from the controller.
Manually fill the internal table and increase the count and try whether the view can accommodate 3+ items.
if it can then redefine the method and write logic for the count.
If view is not able to display more than 3 then you have to extend the view.