pub async fn collection_show_cmd<W: Write>( query: String, realm_query: RealmQueryProxy, writer: W, ) -> Result<()>