Need to fix it in compiler.query e.g. doesn't work: ``` books = Book.objects.annotate(d=Authors.objects.filter(name='Bob')) ```