getAllChats

suspend fun getAllChats(    limit: Int,     offset: Int,     search: String?): List<Chat>