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