public static function getAll() { return LaunchRes::all()->map(function ($model) { return $model->toViewModel(); }); }