Entry to Campaign. I want to find all entries connected to a given campaign. I thought I could just do Entrry that has a Campaign with the given id, or am I wrong? I can solve this by adding some: {} to the filter (to exclude every Entry without a Campaign, but this seems unnecessary to me)