# frozen_string_literal: true

class TrustLevelSerializer < ApplicationSerializer

  attributes :id, :name

end