namespace ChapterX.Application.Chapter.Queries
{
    public record GetAllResponse(IEnumerable<Domain.Entities.Chapter> Chapters);
}
