pub async fn list_cmd_print<W: Write>( filter: Option<ListFilter>, verbose: bool, realm_query: RealmQueryProxy, writer: W, ) -> Result<()>