Ion-list have seperators?

Hello
New to the forum today, and I was browsing the docs and I dont see a way to add a separator to an ion-list is this possible?

cheers

I guess I can do this, it didnt occur to me to try this before posting. and I’m guessing I can add a custom class and make it look as needed.

    <ion-item>
      <h1>heading</h1>
    </ion-item>

Check out the list divider: http://ionicframework.com/docs/components/#item-dividers

Thanks, I didnt think to look in the components section.