namespace FictionArchive.Service.UserNovelDataService.Models.DTOs; public record UpdateReadingListInput(int Id, string Name, string? Description);