Update part of template by query params

Hi there! I have some filters and list of items. Now, I’m using ember-infinity and query params for changing inifinityModel (data depend on rest api). In my controller, I change queryParams (after actions from template), and then in route, i set refreshModel (when queryParams were changed). It work great! But, I have some trouble, when refreshModel in action, my page reload, but, I want to reload only list of items. How can I do that? I have route.js, controller.js, template.hbs. My template has infinitiLoader, model list adn simple components for filter block.