module MicroMicro module Collections class ItemsCollection < BaseCollection # @return [Array Array}>] def to_a map(&:to_h) end end end end