func NewPager
NewPager creates a new Pager with default values.
Item represents a key-value pair in the B+ tree.
Page represents a single page of results.
Pager is a struct that holds the B+ tree and pagination parameters.
GetPage retrieves a page of results from the B+ tree.
GetPageByPath retrieves a page of results based on the query parameters in the URL path.
ParseQuery parses the URL to extract the page number and page size.