$this->id, 'setlist_id' => $this->setlist_id, 'music_number_id' => $this->music_number_id, 'position' => $this->position, 'set_number' => $this->set_number, 'is_break' => $this->is_break, 'break_duration_seconds' => $this->break_duration_seconds, 'notes' => $this->notes, 'music_number' => new MusicNumberResource($this->whenLoaded('musicNumber')), ]; } }