*/ public function rules(): array { return [ 'song' => [Rule::exists(Song::class, 'id')], 'position' => 'required|integer', ]; } }