package xyz.pixelatedw.recipe.data data class Recipe( val title: String, val tags: List, val lastModified: Long, val content: String )