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