99👍
✅
I had the same problem and I found the resolution:
packages = Package.objects.annotate(bid_count=Count('items__bids', distinct = True))
Source:stackexchange.com