def decorate(hash, spaces)
        hash[:included] ||= {}
        organization_ids = spaces.map(&:organization_id).uniq
        organizations = Organization.where(id: organization_ids).order(:created_at).
                        eager(Presenters::V3::OrganizationPresenter.associated_resources).all