# Athenian::CommitsList ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<Commit>**](Commit.md) | | | | **include** | [**CommitsListInclude**](CommitsListInclude.md) | | | ## Example ```ruby require 'athenian' instance = Athenian::CommitsList.new( data: null, include: null ) ```