# frozen_string_literal: true
class ApplicationSerializer < ActiveModel::Serializer
attributes :id
end