enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface NotePageListing

    One page of a resumable, globally ordered note walk.

    interface NotePageListing {
        entries: FileEntry[];
        hasMore: boolean;
    }
    Index
    entries: FileEntry[]

    Admitted regular files, in ascending relPath order, at most limit.

    hasMore: boolean

    True when at least one further admitted file exists after the last entry.