# frozen_string_literal: true # AddressSerializer class AddressSerializer < BaseSerializer attributes :id, :number, :street, :zip_code, :country, :city end