pub const USER_PREFIX_SEED: &str = "user";
pub const PROFILE_PREFIX_SEED: &str = "profile";
pub const PROFILE_METADATA_PREFIX_SEED: &str = "profile_metadata";
pub const POST_PREFIX_SEED: &str = "post";
pub const CONNECTION_PREFIX_SEED: &str = "connection";
pub const REACTION_PREFIX_SEED: &str = "reaction";