Finding neighbouring cells in `ExtendableGrids.jl`

Hey Everyone! This is a follow-up question to my previous question here. I would like to find the Neighbouring cells of a given cell(a matrix of all cells would be even nicer) of a grid in ExtendableGrids.jl. What would be a good way to do it? I am pretty sure Adjacency does it. But I can’t figure out how.