PersonEntity

constructor(id: Long = 0, name: String, relationship: String, avatarPath: String?, autoAvatarCategoryId: Long?, isMe: Boolean = false, createdAt: Long = System.currentTimeMillis(), mode: String = "receipts")