How to Count in REST API in v4?

Hey nextrapi,

Thanks for that - that looks like it will do what I need.

That said, it appears there is now also a ‘meta’ section at the bottom of every response.

In my case it looks like;

"meta":
    {
        "pagination":
        {
            "page": 1,
            "pageSize": 25,
            "pageCount": 7,
            "total": 161
        }
    }

And it appears ‘total’ is what I’m after.

Do you know if it’s possible to request just the meta portion? (as it appears filter/sort etc only apply to the attributes fields.