def decorate(hash, routes)
        hash[:included] ||= {}
        domain_ids = routes.map(&:domain_id).uniq
        domains = Domain.where(id: domain_ids).order(:name).
                  eager(Presenters::V3::DomainPresenter.associated_resources).all