Don't work entity relation ``` Product::whereHas('organization', function ($q){ $q->whereAttribute('help_job', '=', true); }); ``` Product and Organization extends Eav\Model