cannot make it working I need to annotate with function and for that function I need to pass the instance id
qs = cls.objects.filter(**filters).values(**values).annotate(
**annotations,
sheets_sum=counter('sheets'),
sheets_color=counter('sheets', color=True),
sheets_grayscale=culc_function(color=False, id = ???),
Is there any way to do it? To get instance id during annotation