diff --git a/src/main/kotlin/com/nylas/models/Event.kt b/src/main/kotlin/com/nylas/models/Event.kt index d3b15fb4..32ca04d9 100644 --- a/src/main/kotlin/com/nylas/models/Event.kt +++ b/src/main/kotlin/com/nylas/models/Event.kt @@ -135,6 +135,11 @@ data class Event( */ @Json(name = "html_link") val htmlLink: String? = null, + /** + * The maximum number of participants that may attend the event + */ + @Json(name = "capacity") + val capacity: Int? = null, ) { /** * Get the type of object.