module Pagy::LimitExtra::BackendAddOn

def pagy_get_limit_param(vars)

Overridable by the jsonapi extra
Get the limit count from the params
def pagy_get_limit_param(vars)
  params[vars[:limit_param] || DEFAULT[:limit_param]]
end