class Lookbook::EntityCollection

def flat_map(...)

def flat_map(...)
  entities.map(...).map { |e| e.respond_to?(:to_a) ? e.to_a : e }.flatten
end