<% if show_pagination? and @response.total_pages > 1 %>
<%= render Blacklight::Response::PaginationComponent.new(response: @response) %>
<% end %>