I have an ef model like this
public class Parent { public int Id { get; set; } public ICollection Children{ get; set; }