class Restforce::Collection
def size
requests and going through all of the pages of results, one by one. Instead,
Return the number of items in the Collection without making any additional
def size @raw_page['totalSize'] end
def size @raw_page['totalSize'] end