168 has likes

https://w3id.org/class/redaktor/likes

JSON

Inbox

Definition

Every object MAY have a likes collection. This is a list of all Like activities with this object as the object property, added as a side effect. The likes collection MUST be either an OrderedCollection or a Collection and MAY be filtered on privileges of an authenticated user or as appropriate when no authentication is given.

NOTE
Care should be taken to not confuse the the likes collection with the similarly named but different liked collection. In sum:
- liked: Specifically a property of actors. This is a collection of Like activities performed by the actor, added to the collection as a side effect of delivery to the outbox.
-likes: May be a property of any object. This is a collection of Like activities referencing this object, added to the collection as a side effect of delivery to the inbox.
see https://www.w3.org/TR/activitypub/#likes

Scope Note

ActivityPub Property