So I'd send this JSON response to the user, where ...
# spicedb
t
So I'd send this JSON response to the user, where
lastUpdated
and
lastUpdatedBy
are different, depending on who is reading it:
Copy code
json
{
    "id": "abc123",
    "type": "folder",
    "name": "My Documents",
    "lastUpdated": "2024-08-07T18:32:46.588688Z",
    "lastUpdatedBy": "John Doe"
}