namespace ChapterX.Application.ReadingList.Queries
{
    public record GetResponse(Domain.Entities.ReadingList? ReadingList);
}
