pub async fn get_conversations( state: &State, limit: usize, offset: usize, archive: usize, sorting: Vec<String>, ) -> Result<Vec<Conversation>>