Part

This object contains pagination parts, a single link to a different set of pages. A list of Part’s will create the pagination information. The object contains the following fields:

Variable name Object Description Note
is_link bool Tells whether this part is an URL (true) or just a text (like “…”)  
title string The name of the part. This is usually the page number, “previous” or “next” or some separating dots.  
url string The (relative) URL to the given part (usually a page of a set).