#DailyBloggingChallenge (145/200)
The `TagTable` has a `photo_ids_list` which contain each photo or video with the specific tag. Further each `id` is either prepended by `thumb` for photo and `video-` for video. The `id` itself is saved as a hexadecimal number.
Once one has the `id`'s as a decimal number, one can use it to search through either the `PhotoTable` or `VideoTable`.