<div dir="ltr"><div>I wrote some code similar to:</div><div><br></div>my $row = $self-&gt;search_related(&#39;xyzes&#39;, {}, { select =&gt; &quot;colABC&quot;, as =&gt; &quot;colABC&quot; }-&gt;first();<div><div><br></div><div>xyzes is of type XYZ</div><div><br></div><div>Because of the &quot;select&quot;, I was not expecting inflate_result on XYZ to be called, however it is.</div></div></div>