const client = new Search(); const index = client.index("movies"); const infoResponse = await index.info(); /* { documentCount: 100, pendingDocumentCount: 5, } */
info
b
Hide child attributes
Was this page helpful?