---
id: v1-work-items-summary
title: WorkItemsSummary
pagination_label: WorkItemsSummary
sidebar_label: WorkItemsSummary
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'WorkItemsSummary', 'v1WorkItemsSummary']
slug: /tools/sdk/typescript/work_items/models/work-items-summary
tags: ['SDK', 'Software Development Kit', 'WorkItemsSummary', 'v1WorkItemsSummary']
---

# WorkItemsSummary

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**open** | **(optional)** `number` | The count of open work items | [default to undefined]
**completed** | **(optional)** `number` | The count of completed work items | [default to undefined]
**total** | **(optional)** `number` | The count of total work items | [default to undefined]

