class Pagy::Keyset::Sequel

def apply_select

Append the missing keyset keys if the set is restricted by select
def apply_select
  selected = @set.opts[:select]
  @set.select_append(*@keyset.keys.reject { |c| selected.include?(c) })
end