[ 'type' => 'to-dos', 'to_do_id' => $this->id, 'attributes' => [ 'data' => [ 'name' => $this->name, 'order' => $this->order, 'checked_at' => optional($this->checked_at)->diffForHumans(), 'last_updated' => $this->updated_at->diffForHumans(), ] ] ], 'links' => [ 'self' => url('/to-do-lists/'.$this->to_do_list_id), ] ]; } }