By default when you go to load the next page, it will add the records to the list, not replace them. If you only want to have the one page at any time you would need to extend the ListPaging plugin and in the loadNextPage function remove the addRecords: true code.