There is a getResources output that displays 4 entries:

[[!getResources? &elementClass=`modSnippet` &showHidden=`1` &tpl=`T_first_event` &limit=`4` &includeContent=`1` &includeTVs=`1` &depth=`1` &parents=`[[*id]]` &hideContainers=`1` ]] 

How to bring all the records except the last one added?

    1 answer 1

    Easy - sort by date added and specify shift:

     &sortby=`{"publishedon":"DESC"}` &offset=`1`