I have a resource that gets data from a MIGX TV in the following chunk
<ul id="testimonialsSlider">
<li>
<div>
<i class="fa fa-quote-left"></i><p>[[+text]]</p><i class="fa fa-quote-right"></i>
</div>
<p>[[+name]]</p>
<p>[[+source]]</p>
</li>
</ul>
and I want to use that data on yet another resource. How do I get those three TVs? Via getResources?