public function showPhotoUserFollowMobile(Request $request)
 {
     $all_image = ImageServiceFacade::getAllUserFollow($this->user_id);
     return response()->json(['data' => $all_image]);
 }