Not sure of a way to do it using a repeater unless you use a custom query. If you use a custom query you can do something like this
Another option would be inside the transformation, check if it's the first item, if so do nothing, otherwise display it. Just make sure you pull back 1 more than you want to display in this scenario.