diff --git a/.gitignore b/.gitignore
index 8196c671..2e546578 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,6 @@ test-ledger/
minio
test.db
docker-compose.yml
+
+.cursor
+**/photon.log
\ No newline at end of file
diff --git a/Cargo.lock b/Cargo.lock
index 8e483cee..d72356ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4063,7 +4063,7 @@ dependencies = [
[[package]]
name = "photon-indexer"
-version = "0.51.0"
+version = "0.51.1"
dependencies = [
"anyhow",
"ark-bn254 0.5.0",
diff --git a/Cargo.toml b/Cargo.toml
index 0c6f08a2..b74f4ef7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ name = "photon-indexer"
publish = true
readme = "README.md"
repository = "https://github.com/helius-labs/photon"
-version = "0.51.0"
+version = "0.51.1"
[[bin]]
name = "photon"
diff --git a/src/common/typedefs/account/v1.rs b/src/common/typedefs/account/v1.rs
index 77e90793..c89e2f59 100644
--- a/src/common/typedefs/account/v1.rs
+++ b/src/common/typedefs/account/v1.rs
@@ -33,12 +33,20 @@ pub struct Account {
impl Account {
pub fn parse_token_data(&self) -> Result