# Variables
ErrAlreadyExists is returned when a new container being added already exists.
ErrNotFound is returned when a data container being fetched does not exist.
# Structs
DataContainer represents a logical boundary that separates and isolates a copy of a user's data.
# Interfaces
Store manages copies of a user's data using logical containers.