module Pagy::Backend

def pagy_get_limit(_vars)

Override for limit extra
def pagy_get_limit(_vars)
  DEFAULT[:limit]
end