I am using EF core to get the following object:
public class Politician : IEntity { public Politician() => Pledges = new List(); pub