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

    Interface ReplaceInNotesFileResult

    Per-file count emitted by replaceInNotes.

    interface ReplaceInNotesFileResult {
        occurrences: number;
        path: string;
    }
    Index
    occurrences: number

    Number of literal replacements applied in this file.

    path: string

    Vault-relative path.