data class CategoryEntity(val id: Long = 0, val personId: Long, val name: String, val emoji: String, val threshold: Int = 10, val isPositive: Boolean = false, val totalCount: Int = 0, val tensionLevel: Int = 1, val growthTag: String = "", val createdAt: Long = System.currentTimeMillis())