Source

						public static function recent() {
		return array_slice(array_reverse(static::find('all'), true), 0, 10, true);
	}