# frozen_string_literal: true class TeamSerializer < ApplicationSerializer attributes :name end