filterWithScopes($query, $filters); } protected function ingredient(): BelongsTo { return $this->belongsTo(); } /** * Parent (Recipe or JournalEntry). */ protected function parent(): BelongsTo { return $this->belongsTo(); } }