jira.js
    Preparing search index...

    Variable IssuesJqlMetaDataSchemaConst

    IssuesJqlMetaDataSchema: ZodObject<
        {
            count: ZodNumber;
            maxResults: ZodNumber;
            startAt: ZodNumber;
            totalCount: ZodNumber;
            validationWarnings: ZodOptional<ZodArray<ZodString>>;
        },
        $loose,
    > = ...

    The description of the page of issues loaded by the provided JQL query.