Standardize pagination meta?

The spec mentions which links can be used with pagination to point to cursor and what kind of parameters can be used for pagination (http://jsonapi.org/format/#fetching-pagination)

However, things like item count, page number, offset, size, whatever kind of pagination strategy people use, there is no such thing as properly documenting this in the meta part. I was wondering, if there is a standard way of doing this?