Yes, but there is nothing standard to provide that function. You will have to make use of the object model. Retrieve the images from the album with `$imagelist = $album->getImages(0);` then `$last5 = array_slice($imagelist, -5);`
You can then make an image object for each of the $last5 and display it.
Please review the themeing guide and the object model for details.
Also, it really would be more helpful if your posting topic was in English as this is the Lingua Franca of the forum. Maybe the person who could answer you question would not read the thread if he did not understand Spanish.