Arguments

key
str
required

The key of the list.

elements
*List[str]
required

One or more elements to push at the end of the list.

Response

The length of the list after the push operation.