package com.simplemobiletools.contacts.models data class RecentCall(var id: Int, var number: String, var dateTime: String, var name: String?)