614 last
https://w3id.org/class/redaktor/last
Definition
In a paged Collection, indicates the furthest proceeding page of the collection.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-last
Scope Note
: PropertyExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "A collection",
  "type": "Collection",
  "totalItems": 3,
  "last": "http://example.org/collection?page=1"
}