data class Companies(
    val id: String,
    val name: String,
    val logo: String,
    val companyDescription: String,