# frozen_string_literal: true module Api module V1 class ProjectSerializer < ActiveModel::Serializer type :projects attributes :id end end end