module ViewModel::Utils::Collections

def count_by(&by)

def count_by(&by)
  Collections.count_by(self, &by)
end