namespace API.DTOs.ReadingLists { public class CreateReadingListDto { public string Title { get; init; } } }