def collection_page(params = {})
    collection_method = if user_id
                          :get_user_organizations
                        else
                          :get_organizations