It would be great if the map filter would return an optional default value if the attribute is not defined. Example: ``` list_of_dicts|map(attribute='version', default='5.6') ```