Hi,
I am using Spring data neo4j (version 5.1.9.Release) and spring-data-commons (2.1.9.Release).
In order to paginate my results, I am using Page
Page<Part> fetchPartsById(@Param("Id") String Id, Pageable pageable);
I call the method fetchPartsById ...