class Pagy::Keyset::ActiveRecord

def apply_select

Append the missing keyset keys if the set is restricted by select
def apply_select
  @set.select(*@keyset.keys)
end