I just added a bunch of documents to my index but when I run a count query I see that the count hasn't changed. I've queried the index and seen that the new documents have been added. Here's the query:
GET /listings/_count?q=type:long
What do I need to do to get the right count?