8c45cd0e3 ^
2c1f7b2ec ^
1 2 3
4
5
# frozen_string_literal: true class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model attributes :id, :type, :size, :items, :part_of, :first, :last, :next, :prev end