using System.Text.Json.Serialization; namespace Model.Entity.Parts; public class IEntityPartInterface { [JsonIgnore] public EntityModel Parent { get; set; } }