namespace MyDarling.Models { public class Figure { public int Id { get; set; } public string FilePath { get; set; } = string.Empty; } }