README.md in restpack_serializer-0.5.2 vs README.md in restpack_serializer-0.5.3

- old
+ new

@@ -166,12 +166,14 @@ "count": 42, "include": [], "page_count": 14, "previous_page": 1, "next_page": 3, - "previous_href": "/api/v1/songs?page_size=3", - "next_href": "/api/v1/songs?page=3&page_size=3" + "first_href": "/songs?page_size=3", + "previous_href": "/songs?page_size=3", + "next_href": "/songs?page=3&page_size=3", + "last_href": "/songs?page=14&page_size=3" } }, "links": { "songs.artist": { "href": "/artists/{songs.artist}", @@ -264,11 +266,13 @@ "artists" ], "page_count": 1, "previous_page": null, "next_page": null, + "first_href": '/albums', "previous_href": null, - "next_href": null + "next_href": null, + "last_href": '/albums' } }, "links": { "albums.songs": { "href": "/songs?album_id={albums.id}",