'boolean', ]; /** * @return Collection */ public static function forSelect(): Collection { return static::select('id', 'name')->get(); } }