Eager loading
context.Ninjas.Include(n=>n.EquipmentOwned).FIrstOrDefault(n=>n.Name.StartsWith("Kacy"));