class Restforce::Collection

def current_page

Return array of the elements on the current page
def current_page
  first(@raw_page['records'].size)
end