@cmckulka how to suppress pagination will depend on how you are rendering pagination but if you’re talking about the code inside pagination.hbs
have you tried using the {{has}}
helper? Eg: {{#has any="prev, next"}}...pagination...{{/has}}
There shouldn’t be any need for custom helpers for what you are trying to do. If the {{has}}
helper doesn’t work please open a new topic with more details about your template structure and exactly what you are trying to achieve.