`frappe.get_attr(hook)(data=data)` return dict. But function `get_open_count` will access `fieldname` attribute in notifications.py. I will cause error `'dict' object has no attribute 'fieldname'`.
__unsaved