The LINQ query is used to write queries, similar to SQL that retrieved info
The extension method COUNT is used to filter the results of a linq query. COUNT is extension method from System.Linq namespace. This method counts number of items in collection.