@@ -62,7 +62,7 @@ class User extends Controller
'username' => ['nullable', 'string', 'min:1'],
]);
$search['limit'] = 3;
- $result['total'] = 8;
+ $result['total'] = 80;
$result['data'] = \App\Models\User::where(UserService::getWhere($search))
->with(['wallet'])->forPage($search['page'], $search['limit'])
->get();