[ 'id' => $this->id, 'type' => 'subscription', 'attributes' => [ 'name' => $this->name, 'slug' => $this->slug, 'starts_at' => format_date($this->starts_at, '%d. %B. %Y'), 'ends_at' => format_date($this->ends_at, '%d. %B. %Y'), ] ] ]; } }