The number of elements in the collection.
int get count => value;
set count(int newValue) => value = newValue;