public static function countParticipants($id) { $vks = Vks::findOrFail($id); return $vks->participants_count; }