diff --git a/content/commands/info.md b/content/commands/info.md
index d8ade806a..b05e27e48 100644
--- a/content/commands/info.md
+++ b/content/commands/info.md
@@ -570,6 +570,7 @@ _Redis Query Engine fields_
* `search_total_active_queries`: The total number of background queries currently being executed in the shard, excluding `FT.CURSOR READ`. [1](#tnote-1)
* `search_errors_indexing_failures`: The total number of indexing failures recorded across all indexes in the shard. [1](#tnote-1)
* `search_errors_for_index_with_max_failures`: The number of indexing failures in the index with the highest count of failures. [1](#tnote-1)
+* `search_OOM_indexing_failures_indexes_count`: The number of indexes whose background indexing process failed due to out-of-memory (OOM) conditions. [2](#tnote-2)
1. Available in RediSearch 2.6.
2. Available in RediSearch 2.8.