Is it possible to just ignore the attributes that are not set in the collection in the document Map? lets say if have in my collection only the attribute "foo" but my map also contains "foo2" or more... is it possible to ignore them or do I have to remove all of them?