-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Hi! It's possible to add the object count for each work type?
All the records are returning with this field zero and I was trying to use this field to sort them.
https://api.harvardartmuseums.org/worktype
Returns all of the work types.
"records": [
{
"objectcount": 0,
"id": "4",
"lastupdate": "2015-11-22T03:17:53-0500",
"name": "adze",
"worktypeid": "4"
},
{
"objectcount": 0,
"id": "11",
"lastupdate": "2015-11-22T03:17:53-0500",
"name": "ammunition",
"worktypeid": "11"
},
{
"objectcount": 0,
"id": "16",
"lastupdate": "2015-11-22T03:17:53-0500",
"name": "architectural fragment",
"worktypeid": "16"
}
]
Metadata
Metadata
Assignees
Labels
No labels