filterWithScopes($query, $filters); } /** * Parent model (Recipe or Food). */ protected function owner(): BelongsTo { return $this->belongsTo('model'); } }