How to only get the array nested subdocuments with that document id and not having to iterate through it

is there a way to just get

{
        "_id": ObjectId("605a3b3bc8bbb404f4e6b645"),
        "state": "WE",
        "street": "123 King Street",
        "zip": 99998
}