Retrieve the list of editorially featured recipes from the public library.
The maximum number of featured recipes to return. Range: [1, 50].
1 <= x <= 50Successful Response
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.