namespace FictionArchive.Service.UserNovelDataService.Models.DTOs; public record AddToReadingListInput(int ReadingListId, uint NovelId);