page: por padrão a pagina 0;
linesPerPage: linha por pagina, no caso defini 12,
direction: ASC, ascendente
oderBy: name, ordene por nome;
default:
PageRequest pageRequest = PageRequest.of(page, linesPerPage, Direction.valueOf(direction), orderBy);