namespace IOL.BookmarkThing.Server.Models.Database; public class Entry : Base { public Guid UserId { get; set; } public Uri Url { get; set; } public string Description { get; set; } public string Tags { get; set; } }