respond_to do |format|
        format.html
        # Explicitly call #to_json to avoid the use of EventSerializer
        format.json { render json: Track.where(state: :confirmed, program: @program).to_json }
        format.xlsx do