Let's say I have $8$ different 'types' that each can have a count assigned of $0-10$.
I want to know how many compositions there are so that the sum of counts is always 10.
Example: a=> (10) and b through h=> (0) is valid, but a=> (10) and b=> (10) is not.