# NewTeamMembersList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **has_next** | Option<**bool**> | Indicates if there is another page of new team members that can be fetched. | [optional] **items** | Option<[**Vec**](NewTeamMember.md)> | List of new team members. | [optional] **total_count** | Option<**i32**> | The total count of new team members for the given time range. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)