Try WordCounts instead of WordCount. For instance, if myGatsby is the variable holding the text of the book as a string, then you could use
WordCounts[DeleteStopwords[myGatsby]]
which produces an association whose keys are the words and whose values are their frequencies. In the copy I downloaded from Project Gutenberg Gatsby appears 199 times and Daisy 150 times.