# frozen_string_literal: true # ProductCartSerializer class ProductCartSerializer < BaseSerializer attributes :quantity end