Enable Pagination for notes Allow the listing API to be called with 2 parameters: - page -> indicates current page of records - per_page -> indicates number of records expected per page both params default to the following: page = 1 per_page = 10