I am trying to create a view using the views module that will only show the most recent 5 in each of three specified terms. I have trawled the forums and the best I have come up with is this. One of the comments suggested using $offset = 5; to skip the first 5.

Is there a command to limit to the most recent 5?