Story
constructor(id: Long, uuid: Uuid, name: String, content: T, slug: String, fullSlug: String, createdAt: Instant, publishedAt: Instant?, firstPublishedAt: Instant?, updatedAt: Instant?, sortByDate: LocalDate?, position: Int, tagList: List<String>, isStartPage: Boolean, parentId: Long?, metadata: Map<String, String>?, groupId: Uuid, releaseId: Long? = null, language: String, path: String?, alternates: List<Story.Alternate>, defaultFullSlug: String?, translatedSlugs: List<Story.TranslatedSlug>?)(source)