# WorkspaceItemDiff
## Properties
**kind** | **String** | Type of the item |
**path** | **String** | Path of the item in the workspace |
**ahead** | **i32** | Number of versions source is ahead of target |
**behind** | **i32** | Number of versions source is behind target |
**has_changes** | **bool** | Whether the item has any differences |
**exists_in_source** | **bool** | If the item exists in the source workspace |
**exists_in_fork** | **bool** | If the item exists in the fork workspace |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)