namespace Artemis.Storage.Entities.Profile; public class DataModelPathEntity { public string Path { get; set; } public string DataModelId { get; set; } }