This is a collection that lists all the sizes on which a particular bra model is available on.
links
The links
section of this collection will have this shape:
{
"model": <url>
}
collection
Each item on the collection will have this shape:
{
"bratabase_url": <url>,
"href": <url>,
"size": <string>
}
To reach a model's sizes collection, follow the links:sizes
URL on any model detail endpoint.
API root -> brands -> href -> models -> href -> sizes