# frozen_string_literal: true module Api module Admin class IdSerializer < ActiveModel::Serializer attributes :id end end end