action meilisearch_stats_of_an_index { label: "Stats of an index" description: "Stats of an index" provider: meilisearch method: GET path: "/indexes/books/stats" encoding: json output: { type: "object" additionalProperties: true } }