TagCollection
Array [
idintegerrequired
namestringrequired
colorstring | nullnullablerequired
items_countinteger
renters_countinteger
rentals_countstring
created_atstring | nullnullablerequired
updated_atstring | nullnullablerequired
]
TagCollection
[
{
"id": 0,
"name": "string",
"color": "string",
"items_count": 0,
"renters_count": 0,
"rentals_count": "string",
"created_at": "string",
"updated_at": "string"
}
]