PhoneCallLogEntryViewState
data class PhoneCallLogEntryViewState(val id: String, val phoneNumber: String, val contactName: String?, val duration: Duration)
A model representing the view state of the phone call log entry.