export type QueryOptions = {
    limit: number;
};
