Grid::make()->schema(function()) called 5 times on load

I've some dynamic fields in a grid which fetches some data from a api, but this schema is called 5 times on load? Should I cache the API result or is this a filament bug?
Was this page helpful?