Web developers use optional LINQ Take clause when they want to include in a query a specified number of contiguous elements from the start of a result list which is specified by the count parameter:
Take count
where count is required value or an expression that evaluates to the number of elements of the sequence to return.