How count lines in multiple text files from command line?

I want to (from the command line) be able to count the lines in a bunch of files of a specific type in a folder and all its sub-folders. How would I do this?

Read “man wc” and “man find”.