public function getAllForUser(User $user)
 {
     return $user->statuses()->with('user')->latest()->paginate($this->perPage);
 }