I am using the following to get posts
http://demo.wp-api.org/wp-json/wp/v2/posts
I the max limit on posts is 100 per request.
So I would have to make multiple requests to get all posts.
How can I get the total post count so I know how many requests I have to make?
Thanks.