class Restforce::Collection

def size

Return the size of the Collection without making any additional requests.
def size
  @raw_page['totalSize']
end