Simply slicing the array as seen [here](https://github.com/TensorBeat/Datalake/blob/9288880873cfed80a6c8d11db8ee06ecabe1c684/internal/repository/mongo.go#L178) doesn't do anything to reduce query time since it's just slicing off after.
Simply slicing the array as seen here doesn't do anything to reduce query time since it's just slicing off after.