$this->id, 'day_offset' => $this->day_offset, 'start_time' => $this->start_time, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, 'show_id' => $this->show_id, 'show' => new ShowResource($this->whenLoaded('show')), ]; } }