*/ public function toArray($request): array { return [ 'type' => 'playlist_collaboration_tokens', 'token' => $this->token->token, ]; } }