|string> */ public function rules(): array { return [ 'song_id' => ['required','integer','exists:songs,id'], ]; } }