we all know that a single capital letter (e.g., $S$) usually represent a set (containing non-duplicate objects) and we can write a number of operations on set such as $|S|$, $|S|$ union $|S'|$ etc.
However in my case I need to define a list, that is duplicate objects are allowed, and still want to be able to use $|\cdot |$ to denote the size of the list.
Is there such kind of math notations?
Many thanks!