Let\'s say I have a mongo db with the following documents in a collection:
{\'foo\' : 1, \'bar\' : \'asd\'} {\'foo\' : 2, \'bar\' : \'some-existing-name\'} ..