class ViewModel::ActiveRecord::AssociationData

def collection?

def collection?
  through? || direct_reflection.collection?
end