# File lib/ohm.rb, line 352
    def [](id)
      model[id] if exists?(id)
    end