https://github.com/CodeYellowBV/django-binder/blob/master/binder/views.py#L1721
This line makes us ignore values sent for annotations, however the problem is that this will only return the annotations requested by the current request. In a lot of cases we do send values for optional annotations while we do not request them to be returned, these are now not ignored and should also be ignored.