# File lib/mongoid/relations/targets/enumerable.rb, line 190 def first added.first || (loaded? ? loaded.first : unloaded.first) end