namespace OpenQuery.Models; public record OpenQueryOptions( int Chunks, int Results, int Queries, bool Short, bool Long, string Question );