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