# frozen_string_literal: true module ONEAccess module Response module Representer class CollectionResponse < Representable::Decorator include Representable::JSON::Collection end end end end