namespace FictionArchive.Service.UserNovelDataService.Models.DTOs; public record UpsertBookmarkInput(uint NovelId, uint ChapterId, string? Description);