class ActiveRecord::TableMetadata

def through_association?

def through_association?
  reflection&.through_reflection?
end