defmodule {app}.Domain.Model.{name} do @moduledoc """ TODO Updates module description """ defstruct [ ] def new() do %__MODULE__{} end end