def find(name)
        if model = models[name]
          return [model]
        else
          models.each do |_, m|