MongoDB question ... I have a few handles in my admin/users table that I don't recognize and I would like to look them up ... correct query is- db.users.find({"profile.handle": <handle>}) ?