Durable Objects query

Hello, do storage queries support nested keys? ex. storage looks like this:
{
messages: {
"mkey1": "....",
"mkey2": "....",
}
}
{
messages: {
"mkey1": "....",
"mkey2": "....",
}
}
is it possible to just get mkey1 without getting all messages?
1 Reply
Nikil
Nikil6mo ago
Interested in this Is it better to store as a flat array with a key name of "message/mkey1"? or something similar to that?