module Model.Id exposing ( Id ) type alias Id = Int