param; $list = $this->repository->get([ ...$param->toArray(), LoginUserRepository::CONDITION_ROLE => UserRole::CUSTOMER->value, ]); $res = [ "list" => $list, ]; return $this->successResponse($res); } }