When discussing the size of something, if it can be described numerically, do not use the word “amount”

NO
…override the Dispose method of your object instead of the destructor to decrement the amount of items

Use the word “number”, like this:

YES
…override the Dispose method of your object instead of the destructor to decrement the number of items